Metadata-Version: 1.0
Name: Google Safe Browsing v2 Lookup
Version: 0.1.0
Summary: Client to interact with the Google Safe Browsing v2 Lookup API
Home-page: https://github.com/juliensobrier/google-safe-browsing-lookup-python
Author: Julien Sobrier
Author-email: julien@sobrier.net
License: Apache
Description: Google Safe Browsing v2 Lookup version 0.1.0
        ================================
        
        Google Safe Browsing Lookup library for Python.
        
        If you need to check less than 10,000 URLs a day against the Google Safe Browsing v2 API (http://code.google.com/apis/safebrowsing/), you can use the Lookup API (http://code.google.com/apis/safebrowsing/lookup_guide.html) as a lighter alternative to the more complex API (http://code.google.com/apis/safebrowsing/developers_guide_v2.html).
        
        You need to get an API key from Google at http://code.google.com/apis/safebrowsing/key_signup.html
        
        You can install the library from PyPI: http://pypi.python.org/pypi/
        
        The source code can be found on github at https://github.com/juliensobrier/google-safe-browsing-lookup-python
        
        
        
        INSTALLATION
        
        python setup.py install
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
